home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 64
/
Volume 64 - JOGO DISK .iso
/
Games
/
skecthpad.swf
/
scripts
/
DefineButton2_137
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2008-04-25
|
114b
|
7 lines
on(release){
sfx1 = new Sound();
sfx1.attachSound("sfx1");
sfx1.start();
sfx1.setVolume(100);
}